Re: "Flash"??

pluvius (pluvius@dragon.achilles.net)
Thu, 18 Aug 1994 17:35:48 -0400 (EDT)

> He also mentions a patch for in.talkd to prevent this program from working.
> He doesn't know of a source for the patch, etc, though.

here's the diffs for my process.c from the bsd source..  for your own site
you might want to add in the 'to' field so it tells who the flash was 
directed at, and also you might want to add in the host it came from (i 
run a tcp wrapper, so it will say right before this line). another thing 
you might want to do is exit rather than return a fail, because the 
remote port doesn't wait for a reply when you flash, so you see some 
wierd shit popping up in your syslogs... but anyway, this is what i run, 
and it does the trick.

90a92,96
>         if (strchr(mp->l_name,27)) {
>            syslog(LOG_NOTICE,"flash recieved. Aborting);
>            rp->answer = FAILED;
>            return;
>         }